home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: a1s@ix.netcom.com (Andrew Snyder)
- Newsgroups: comp.lang.c
- Subject: Re: Help with expressions
- Date: Thu, 25 Jan 1996 19:22:45 GMT
- Organization: Netcom
- Message-ID: <4e8at1$q1h@reader2.ix.netcom.com>
- References: <4e15ct$bfs@news.xmission.com> <4e6bsn$ee8@castle.nando.net>
- NNTP-Posting-Host: ix-har6-04.ix.netcom.com
- X-NETCOM-Date: Thu Jan 25 8:25:05 AM PST 1996
- X-Newsreader: Forte Free Agent 1.0.82
-
- actuary@nando.net (Bill McCarthy) wrote:
-
- >In <4e15ct$bfs@news.xmission.com>, Blair Tingey <btingey@xmission.com> writes:
- >>I am currently trying to implement expression evaluation in a project I
- >>am doing. Could anyone help me or direct me to a ftp or web site where
- >>I could get some information and/or examples of how one might start to
- >>do this.
-
- >Pick up a copy of Bjarne Stroustrup's "The C++ Programming Language"
- >second edition. There is a good explanation with code for a simple
- >calculator program which should get you started. Although it is C++,
- >this example is fairly easy to translate to C.
-
- >Bill McCarthy
- >actuary@nando.net
- >Wendell, NC USA
-
- for that matter the old standby "The Unix Programing Environment" has
- a good intro to yacc, which should be considered.
-
-
- Andrew Snyder
- a1s@ix.netcom.com
- char disclaimer[] = {'\0'}; /* I'm on cash net */
-
-